home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / COMM / ANSI_133 / PINGANSI.HST < prev    next >
Text File  |  1990-08-22  |  2KB  |  56 lines

  1. 1.33 :
  2. Corrected problems with calculation of max. coordinates and the
  3. clipping of larger coordinates to same.
  4.  
  5. 1.32 :
  6. Corrected an error in the the cursor up/down routines.
  7. Added coordinate clipping to the absolute positioning routine.
  8.  
  9. 1.31 :
  10. Expanded  the package  with the  PoorMan unit  and the TurboPower
  11. conditional. No further changes.
  12.  
  13. 1.30 :
  14. The high number is due to an error  on my behalf - I mixed up the
  15. version numbers of two different programs.
  16. All  code relating to the Play  statement has  been moved  into a
  17. seperate standalone  unit called Musica.  The Play procedure  has
  18. been  completely rewritten,  as it,  to put  it nice,  wasn't too
  19. musical.
  20.  
  21. 1.08 :
  22. The  code with  relation to  background music  has been seperated
  23. into a seperate unit. This will  make it easier for those who may
  24. not want it to leave it out.
  25. Changed In_Ansi to a boolean function.
  26. Changed states to type.
  27.  
  28. 1.07 :
  29. Fixed problem with background 'NoSounding' foreground.
  30. New Function PlayBufferFull to check if buffer is full.
  31.  -    -      PlayBufferEmpty -   -   -    -    -  empty.
  32. New variable WaitForEmpty determines wait/discard for Stuff.
  33. First note in background still gets swallowed.
  34. Fixed problem with runaway timer.
  35.  
  36. 1.06 :
  37. Limited release.
  38. Background music implemented.
  39. First note in background gets swallowed.
  40. Timer is runaway (1 tick per ms).
  41.  
  42. 1.05 :
  43. Limited release.
  44. Implemented a text file device driver as shell arround AnsiWrite.
  45. Implemented 'Ansi'-Music (foreground only). Esc[M{statements}^C.
  46.  
  47. 1.04 :
  48. Implemented Support for Esc[0K and Esc[2K.
  49.  
  50. 1.03 :
  51. Added support for Esc[0J and Esc[1J.
  52. Changed string handling for Esc[#;#;....p
  53.  
  54. 1.02 :
  55. Unreleased beta.
  56.